Welcome![Sign In][Sign Up]
Location:
Search - isodata algorithm

Search list

[matlabISODATA--CMenu

Description: ISODATA算法,模式识别课程的一个作业-ISODATA algorithm, a pattern recognition programs work
Platform: | Size: 28672 | Author: 张衡 | Hits:

[CSharpISODATA

Description: ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两 -ISODATA algorithm algorithm steps: (1) preset settings a. Cluster analysis control parameters: lc = expected number of categories, lNc = initial number of cluster centers (which may not equal to c), lθn = each category of permit the minimum number of models (if less than that and should not become a separate category), lθs = category weight distribution of the standard deviation of the distance between the upper bound of (larger than this number on the split), lθD = two types of the minimum distance between centers of the lower bound of ( If the number is smaller than this, these two
Platform: | Size: 1024 | Author: 谢平 | Hits:

[GDI-BitmapIsodata

Description: isodata算法请大家下载呵呵大家下载-ISODATA algorithm please download Oh U.S. U.S. Download
Platform: | Size: 3676160 | Author: 大华 | Hits:

[Otherisodata

Description: 模式识别 ISODATA算法 ,ISODATA算法与C-均值算法相似,聚类中心都是通过样本均值的迭代运算来决定的;-Pattern Recognition ISODATA algorithm, ISODATA algorithm and C-means algorithm is similar to cluster center through the sample mean of iterative calculations to decide
Platform: | Size: 289792 | Author: tengfang | Hits:

[AI-NN-PRc-means+isodata

Description: C均值算法,ISODATA算法综合,属于模式识别-C means algorithm, ISODATA algorithm synthesis, belonging to pattern recognition
Platform: | Size: 398336 | Author: 廖君华 | Hits:

[AI-NN-PRISODATA

Description: 这是ISODATA算法,这个算法具有自组织性,跟大家分享.-This is the ISODATA algorithm, this algorithm has the self-organization, and like to share with you.
Platform: | Size: 445440 | Author: Gang Li | Hits:

[AI-NN-PRISODATA

Description: ISODATA算法是一种基于统计模式识别的非监督学习动态聚类算法,有较强的实用性。介绍了ISODATA算法原理和实现步骤,结合具体算例进行了聚类分析,得到了理想的分类结果,并分析了参数的选取将对分类结果产生的影响。 -ISODATA algorithm is a statistical pattern recognition based on non-supervised learning dynamic clustering algorithm has good practicability. Introduction of the ISODATA algorithm and the realization of these steps, combined with specific examples of cluster analysis, to be an ideal classification results and an analysis of the selected parameters will be the impact of classification results.
Platform: | Size: 102400 | Author: | Hits:

[AI-NN-PRISODATA

Description: ISODATA 算法的 C++ 语言的实现源码-ISODATA algorithm C++ Realize language source
Platform: | Size: 3072 | Author: www | Hits:

[AI-NN-PRISODATA

Description: 模式识别下的ISODATA算法 例子为IRIS数据库数据-ISODATA algorithm for pattern recognition under the examples for the IRIS database data
Platform: | Size: 3072 | Author: wangqiang | Hits:

[AI-NN-PRISODATA

Description: 用C语言实现了ISODATA算法,包括ISODATA.vcproj,ISODATA.cpp, StdAfx.h, StdAfx.c-Using C language implementation of the ISODATA algorithm, including ISODATA.vcproj, ISODATA.cpp, StdAfx.h, StdAfx.cpp
Platform: | Size: 25600 | Author: denggangfeng | Hits:

[Windows DevelopISODATA

Description: C++中的ISODATA算法示例,ISODATA算法是一种基于统计模式识别、经典的动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。 -C++ examples of ISODATA algorithm, ISODATA algorithm is based on statistical pattern recognition, a classic of the dynamic clustering algorithm, there are more practical. ISODATA algorithm can not only by adjusting the samples to complete the class cluster analysis of samples, and can automatically type of " merger" and " split" in order to get a few more reasonable type of clustering results.
Platform: | Size: 11264 | Author: jiangjihai | Hits:

[OtherISODATA

Description: 模式识别中的isodata算法,对100个随机样本数据进行分类,可自行输入参数-Pattern Recognition isodata algorithm, 100 random samples of data classification, self-input parameters
Platform: | Size: 4094976 | Author: zangjk | Hits:

[Graph RecognizeISODATA

Description: ISODATA算法是一种基于统计模式识别的,非常经典的非监督学习动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。-ISODATA algorithm is based on statistical pattern recognition, unsupervised learning is the classic dynamic clustering algorithm, there is a strong practical. ISODATA algorithm can be completed by adjusting the sample of category clustering analysis of samples, and the categories can be automatically " merge" and " split" to get class numbers more reasonable clustering results.
Platform: | Size: 186368 | Author: wcb | Hits:

[matlabISODATA

Description: matlab编写的ISODATA算法,实验数据为Iris,代码注释详细,运行良好!-Matlab prepared by the ISODATA algorithm, the experimental data for the Iris code comment in detail, a good run!
Platform: | Size: 10240 | Author: heart | Hits:

[OtherISODATA-algorithm

Description: isodata算法是一种常用的聚类算法,在Envi软件中分类可用到,该文档是isodata算法的设计思路与算法设计,引用百度文库。-isodata algorithm is a popular clustering algorithm, classification Envi software available to the document isodata algorithm design ideas and algorithm design, and reference Baidu library.
Platform: | Size: 6144 | Author: 闫会敏 | Hits:

[OtherISODATA-algorithm

Description: ISODATA算法C++实现,ISODATA算法是对k-means算法的改进。-ISODATA algorithm
Platform: | Size: 2992128 | Author: zz1119 | Hits:

[AI-NN-PRISODATA-algorithm

Description: 模式识别与人工智能中,ISODATA算法即迭代自组织分类算法实现,VC++,测试通过。-Pattern recognition and artificial intelligence, ISODATA algorithm is iterative self-organizing classification algorithm, vc++, the test pass.
Platform: | Size: 154624 | Author: CHG | Hits:

[Mathimatics-Numerical algorithmsISODATA

Description: ISODATA聚类算法,使用C++代码来实现,对Haberman的生存数据数据进行聚类, 改变初始参数观察结果变化,然后使用OPENGL将聚类结果可视化输出,最后对结果加以分析。(According to the basic idea of ISODATA algorithm flow chart of ISODATA algorithm, and implemented using C++ code, clustered survival data on Haberman data, change the initial parameters of observation of the changes, and then output visual clustering results using OPENGL, finally analyzes the results.)
Platform: | Size: 3594240 | Author: 李明222 | Hits:

[Mathimatics-Numerical algorithmsisodata function

Description: isodata 算法 matlab 实现,(the realization of isodata algorithm based on matlab)
Platform: | Size: 4096 | Author: huadaqq | Hits:

[OtherISODATA算法2

Description: 用ISODATA算法进行聚类,在K-均值算法的基础上加入了分裂与合并的步骤(ISODATA algorithm for classification)
Platform: | Size: 2948096 | Author: Shmilylay1007 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net